home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 123 / MacAddict_123_2006_11.iso / Software / Internet & Communication / Sandvox 1.0.4.dmg / Sandvox.app / Contents / Designs / Open All Night.svxDesign / ie.css < prev    next >
Cascading Style Sheet File  |  2006-08-04  |  1KB  |  45 lines

  1. /* 
  2.    css Copyright (c) 2005-2006 by Karelia Software. All rights reserved.
  3.    css released under Creative Commons License 
  4.         - http://creativecommons.org/licenses/by-sa/2.5/ 
  5.    All associated graphics belong to their respective owners 
  6.         and are licensed separately. 
  7. */
  8.  
  9. #page-content {
  10.     margin-left: 17px !important;
  11. }
  12.  
  13. #sitemenu-content ul {
  14.     margin-top: -10px !important;
  15.     overflow: visible !important;
  16.     margin-left: 20px !important;
  17. }
  18.  
  19. #sitemenu-content li {
  20.     background: none !important;
  21. }
  22.  
  23. #sitemenu-content span.in {
  24.     background: url(links_no_bars.jpg) top !important;
  25.     display: inline !important;
  26.     padding-left: 15px !important;
  27.     padding-right: 15px !important;
  28.     padding-top: 20px !important;
  29.     margin-top: 0px !important;
  30.     
  31. }
  32.  
  33. #sitemenu-content a{
  34.     color: black !important;
  35. }
  36.  
  37. #sitemenu-content a:hover, a:focus{
  38.     text-decoration: underline !important;
  39. }
  40.  
  41. #sitemenu-content li.currentPage span.in  {
  42.     color: black !important;
  43.     text-decoration: underline !important;
  44. }
  45.